home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Windows files / Q3WinSDK.exe / QD3DSDK / Samples / ViewerSample / 3dShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-17  |  405 b   |  17 lines

  1. #ifndef __3DSHELL__
  2. #define __3DSHELL__
  3.  
  4. #include "QD3D.h"
  5. #include "QD3DWinViewer.h"
  6. #include <windows.h>
  7.  
  8. extern BOOL InitApplication(HANDLE);
  9. extern BOOL InitInstance(HANDLE, int);
  10. extern LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  11. extern LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  12.  
  13. extern HINSTANCE hInst;
  14. extern TQ3ViewerObject gViewer;
  15. extern HWND gHwnd;
  16. #endif
  17.